+2005-05-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
+ the focus away from the file list when operating the filter
+ combo with the pointer. (#304844, Sven Neumann)
+
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
+2005-05-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
+ the focus away from the file list when operating the filter
+ combo with the pointer. (#304844, Sven Neumann)
+
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
+2005-05-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
+ the focus away from the file list when operating the filter
+ combo with the pointer. (#304844, Sven Neumann)
+
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
filter_create (GtkFileChooserDefault *impl)
{
impl->filter_combo = gtk_combo_box_new_text ();
+ gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (impl->filter_combo), FALSE);
+
g_signal_connect (impl->filter_combo, "changed",
G_CALLBACK (filter_combo_changed), impl);